Welcome![Sign In][Sign Up]
Location:
Search - image coding in matlab

Search list

[Special Effectsbianmashiyan

Description: 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on the original image histogram, found background and objectives of the divided about the value of around 130 and two gray-scale image to image, Segmentation more satisfactory results. Image processing experiments (6) Image Compression and Coding of the experiment : Learning JPEG compression coding experiment : one. Basically JPEG compression and coding in three steps : 1. First through DCT remove data redundancy; 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: | Size: 4096 | Author: qq | Hits:

[GDI-Bitmapdct_code

Description: DCT编码mtalab程序,其中用到matlab的图像编码模块以及一些常用的算法程序-DCT coding procedures which used Matlab image coding module, and some commonly used algorithm!
Platform: | Size: 1024 | Author: favinfeng | Hits:

[Special Effectsbsubsamp

Description: 数字图像处理(冈萨雷斯)书中的边界链码实现,该程序通过取网格,简化了编码的数据量-Digital image processing (Gonzalez) the boundary chain code book, realize that the procedures through access grid, simplifying the coding of data
Platform: | Size: 2048 | Author: 陈娟 | Hits:

[Graph programezw

Description: 这是个图象编码压缩里的ezw算法,是按照ezw流程实现的,非常不错的一个程序-This is a compression image coding in the EZW algorithm, in accordance with the EZW process achieved a very good program
Platform: | Size: 24576 | Author: kevin | Hits:

[Special Effectsprogram2

Description: 基于dct的图像检索,用matlab写的,不过分割过程难度很大。-DCT-based image retrieval using matlab to write, but it is very difficult to partition the process.
Platform: | Size: 1953792 | Author: jerry | Hits:

[Compress-Decompress algrithmsImagecompressionandsolutioncompression

Description: 一张图片是之前用摄像机采集的,另一张图片是经过离散沃尔什变换再量化编码压缩后又解压所得,能看出区别吗?呵呵。flik.m是原图,newflik.m是新图。 附上所有MATLAB源程序,有兴趣的话,你也可以用这几个程序对自己的照片“加工”一番。以下6个程序分别保存为6的m文件,文件名与下面给出的一致。待“加工”图片应该存放在Matlab的Work目录下。-Before a picture is collected by the camera, another picture is the result of discrete Walsh transform and then re-quantization coding compression decompression income, you can see the difference? Ha ha. flik.m is the image, newflik.m is a new map. MATLAB source code attached to all interested, you can also use these procedures on their own photo processing of something. The following six procedures were saved as 6 m file, the file name is given with the following consensus. To be processing picture should be stored in Matlab s Work directory.
Platform: | Size: 1024 | Author: 余海风 | Hits:

[Special Effectsmatlabchengxu

Description: 图像分割和分形图像编码,其中图像分割的算法较多,而其只是分形编码的一部分-Image segmentation and fractal image coding, in which larger image segmentation algorithm, and its just part of fractal coding
Platform: | Size: 55296 | Author: 雨言 | Hits:

[matlabMDSQ

Description: 基于标量量化的图像多描述编码(MDSQ)是提高信息传输质量的一种有效方法,本程序利用Matlab 工具在处理矩阵上的灵活性,实现了MDSQ 算法, 并通过解码后的图像证明该方法良好的多描述性能。-Scalar quantization-based image multiple description coding (MDSQ) is to improve the quality of information transmission of an effective method, the procedures for the use of Matlab tool flexibility matrix treatment, realized MDSQ algorithm, and through decoded images show that the method good performance of multiple description.
Platform: | Size: 297984 | Author: shanyingying | Hits:

[Special Effectsimage-compression

Description: Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression.
Platform: | Size: 10240 | Author: 林明 | Hits:

[Special EffectsSPIHT(Matlab)

Description: 基于图象小波变换的图象编码的经典算法.程序中包括压缩和解压缩的过程,有可执行的示例.-Image-Based Wavelet Transform Image Coding Algorithm classic. Procedures, including compression and decompression process, the sample has executable.
Platform: | Size: 974848 | Author: | Hits:

[Compress-Decompress algrithmsimagehuffmancompressanddecompress

Description: 实现了图像的哈夫曼编码和解码,对图像编码的学习很有帮助-Achieved image Huffman encoding and decoding of image coding learning helpful
Platform: | Size: 1024 | Author: wuqiang | Hits:

[Special EffectsArithemeticCoding

Description: 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
Platform: | Size: 17408 | Author: 倪广波 | Hits:

[Graph programimage_compression_final(jpeg)

Description: JPEG图像压缩和解压MATLAB程序,使用了DCT2、线性量化编码、zigzag变换和游程编码理论-JPEG image compression and decompression MATLAB procedures, using DCT2, linear quantization coding, zigzag transform and run-length coding theory
Platform: | Size: 97280 | Author: | Hits:

[OtherJPEGimageCompressiontechniquesimplementationandopt

Description: 摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 -Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete
Platform: | Size: 523264 | Author: 压子 | Hits:

[Special Effectswenben

Description: matlab环境下利用huffman编码实现图像无损压缩和文本的压缩-matlab environment implementation using huffman coding image lossless compression and text compression
Platform: | Size: 15360 | Author: jj | Hits:

[Compress-Decompress algrithmsMDLTPC

Description: Source Codes for Multiple Description Lapped Transform with Prediction Compensation (MDLT-PC) This page describes the source codes for the multiple description lapped transform with prediction compensation (MDLT-PC) developed in the following papers: G. Sun, U. Samarawickrama, J. Liang, C. Tian, C. Tu and T. D. Tran, "Multiple description image coding with prediction compensation,?submitted to IEEE Trans. Signal Processing, Feb. 2007. G. Sun, U. Samarawickrama, J. Liang, C. Tu, and T. D. Tran, "Multiple description image coding with prediction compensation," Proc. 2007 IEEE Int. Conf. on Image Processing, Vol. VI, pp. 513-516, San Antonio, TX, Sept. 2007. http://www.ensc.sfu.ca/~jiel/
Platform: | Size: 2010112 | Author: gygymon | Hits:

[Compress-Decompress algrithmsImageCompressed

Description: 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大-The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
Platform: | Size: 168960 | Author: tianjieyu | Hits:

[Graph programH261coding

Description: H.261编码格式提出于1990年,用于运动图像的编码中。它的编码效率高,图像质量好且实时性好,广泛用于会议系统的运动图像编码之中。-H.261 encoding format proposed in 1990, for the coding of moving picture. Its high coding efficiency, image quality and real-time, and conferencing systems are widely used in image coding in the campaign.
Platform: | Size: 2048 | Author: 郝人 | Hits:

[matlabjpeg_encode+decoderhojoon

Description: This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Platform: | Size: 3072 | Author: Ho Joon Lee | Hits:

[Graph programimagecodingandcompression

Description: 章 图像编码与压缩 图像编码基础 无损压缩编码 行程编码 哈夫曼( Huffman )编码 算术编码 词典编码 有损压缩编码 预测编码 正交变换编码 MATLAB 实现余弦变换压缩 17.3.4 MATLAB 实现小波变换压缩 -S image coding and compression image coding based lossless compression stroke Huffman coding (Huffman) coding arithmetic coding, dictionary coding lossy compression encoding prediction coded orthogonal transform coding MATLAB realization of cosine transform compression 17.3.4 MATLAB wavelet compression to achieve
Platform: | Size: 2048 | Author: 齐子新 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net